<style>
body{font-family:Segoe UI,sans-serif;min-height:100vh;display:flex;flex-direction:column}
main{flex:1}
.topbar{background:#0B3C91;color:#fff} /*  .topbar{background:#0082DA;color:#fff} - GIITKEPL Theme Colour */
.section{padding:80px 0}
.hero{background:linear-gradient(135deg,#0B3C91,#1f5fd1);color:#fff;padding:100px 0}
.cardx{border:none;border-radius:18px;box-shadow:0 10px 25px rgba(0,0,0,.08);height:100%}
.footer{background:#081F4D;color:#fff;padding:60px 0 20px}
.logo-box{width:70px;height:70px;background:#f1f1f1;border-radius:10px;display:flex;align-items:center;justify-content:center}
.footer a{
    color:#ffffff;
    text-decoration:none;
}

.footer a:hover{
    color:#ffc107;
}
@media (max-width:768px){

.logo-box{
    width:50px;
    height:50px;
}

.logo-box img{
    width:50px !important;
}

.navbar-brand small{
    font-size:11px;
    display:block;
    line-height:1.1;
}

}



@media (max-width:768px){
.branch-gap{margin-top:40px;display:block;}
}
</style>
.contact-topbar{text-align:center}.phone-line,.email-line{display:inline-block}.phone-line{margin-right:12px}@media(max-width:768px){.phone-line,.email-line{display:block;margin-right:0}.email-line{margin-top:4px}}